df708ed78e2dc725071c686838d77139f870f37e,core/baseLanguage/baseLanguage/solutions/jetbrains.mps.baseLanguage.search/source_gen/jetbrains/mps/baseLanguage/search/AbstractClassifiersScope.java,AbstractClassifiersScope,getNodes,#Condition#,30

Before Change



  @NotNull
  public List<SNode> getNodes(Condition<SNode> condition) {
    return this.getNodesFormClassifiersList(BaseAdapter.toNodes(getClassifiers()), this.myConstraint, condition);
  }

  protected List<SNode> getNodesFormClassifiersList(List<SNode> classifiers, int constraint, Condition<SNode> condition) {

After Change



  @NotNull
  public List<SNode> getNodes(Condition<SNode> condition) {
    return this.getNodesFormClassifiersList(getClassifiers(), this.myConstraint, condition);
  }

  protected List<SNode> getNodesFormClassifiersList(List<SNode> classifiers, int constraint, Condition<SNode> condition) {